Authorizations
Generate a JWT access token through a Custom Global Integration and provide it with each request in the Authorization
header prefixed with "Bearer" and then a single space.
Path Parameters
The id
of the referenced Warehouse
.
x >= 1
Body
An object conforming to the Inventory Warehouse Location schemas batch to be created or updated.
The value determining how errors are to be handled.
continue
The current entity will be rolled back and any remaining entities will continue to be processed.stop
The current entity will be rolled back and the request will stop processing any remaining entities.abort
The entire request will be rolled back.
continue
, stop
, abort
upsert
: Create if it doesn't exist, otherwise updateinsert
: Create only, existing locations will not be updatedupdate
: Update existing locations, no locations will be createddelete
: Delete locations
upsert
, insert
, update
, delete
Response
No fatal client or server errors occurred. Check the response to see which items were updated successfully.
Number of locations that were successfully inserted/updated in this batch.
1
The number of locations that could not be updated due to an error. Check the response results
for more details.
1
An array of objects describing the resources that were created.
1